﻿2026-06-15T10:02:39.1761208Z ##[group]Run actions/checkout@v5
2026-06-15T10:02:39.1762037Z with:
2026-06-15T10:02:39.1762461Z   repository: SaberMage/spt-core
2026-06-15T10:02:39.1766110Z   token: ***
2026-06-15T10:02:39.1766507Z   ssh-strict: true
2026-06-15T10:02:39.1766920Z   ssh-user: git
2026-06-15T10:02:39.1767332Z   persist-credentials: true
2026-06-15T10:02:39.1767781Z   clean: true
2026-06-15T10:02:39.1768186Z   sparse-checkout-cone-mode: true
2026-06-15T10:02:39.1768648Z   fetch-depth: 1
2026-06-15T10:02:39.1769191Z   fetch-tags: false
2026-06-15T10:02:39.1769624Z   show-progress: true
2026-06-15T10:02:39.1770042Z   lfs: false
2026-06-15T10:02:39.1770419Z   submodules: false
2026-06-15T10:02:39.1770852Z   set-safe-directory: true
2026-06-15T10:02:39.1771505Z ##[endgroup]
2026-06-15T10:02:39.2555751Z Syncing repository: SaberMage/spt-core
2026-06-15T10:02:39.2557412Z ##[group]Getting Git version info
2026-06-15T10:02:39.2558108Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T10:02:39.2559236Z [command]/usr/bin/git version
2026-06-15T10:02:39.2582858Z git version 2.43.0
2026-06-15T10:02:39.2601734Z ##[endgroup]
2026-06-15T10:02:39.2613553Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/87194028-47ac-43b6-ba8d-155f2b32995a' before making global git config changes
2026-06-15T10:02:39.2614927Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T10:02:39.2617045Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T10:02:39.2649519Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T10:02:39.2667798Z https://github.com/SaberMage/spt-core
2026-06-15T10:02:39.2677628Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T10:02:39.2680659Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T10:02:39.2708821Z HEAD
2026-06-15T10:02:39.2741432Z ##[endgroup]
2026-06-15T10:02:39.2742385Z [command]/usr/bin/git submodule status
2026-06-15T10:02:39.2922098Z ##[group]Cleaning the repository
2026-06-15T10:02:39.2924925Z [command]/usr/bin/git clean -ffdx
2026-06-15T10:02:42.0223248Z Removing .adapter-notify/
2026-06-15T10:02:42.0224458Z Removing target/
2026-06-15T10:02:42.0232577Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T10:02:42.0405471Z HEAD is now at 28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:02:42.0409633Z ##[endgroup]
2026-06-15T10:02:42.0411220Z ##[group]Disabling automatic garbage collection
2026-06-15T10:02:42.0414263Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T10:02:42.0441242Z ##[endgroup]
2026-06-15T10:02:42.0441742Z ##[group]Setting up auth
2026-06-15T10:02:42.0447159Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T10:02:42.0472908Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T10:02:42.0656308Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T10:02:42.0682061Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T10:02:42.0867386Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T10:02:42.0893716Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T10:02:42.1076989Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T10:02:42.1106648Z ##[endgroup]
2026-06-15T10:02:42.1107068Z ##[group]Fetching the repository
2026-06-15T10:02:42.1113043Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2c7764209dc8029babab00e627f25a31b32a0332:refs/remotes/pull/12/merge
2026-06-15T10:02:42.6466418Z From https://github.com/SaberMage/spt-core
2026-06-15T10:02:42.6467210Z  + 28bcae2...2c77642 2c7764209dc8029babab00e627f25a31b32a0332 -> pull/12/merge  (forced update)
2026-06-15T10:02:42.6486686Z ##[endgroup]
2026-06-15T10:02:42.6487243Z ##[group]Determining the checkout info
2026-06-15T10:02:42.6487945Z ##[endgroup]
2026-06-15T10:02:42.6492343Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T10:02:42.6531169Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T10:02:42.6553727Z ##[group]Checking out the ref
2026-06-15T10:02:42.6562382Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T10:02:42.6632599Z Warning: you are leaving 1 commit behind, not connected to
2026-06-15T10:02:42.6632975Z any of your branches:
2026-06-15T10:02:42.6633156Z 
2026-06-15T10:02:42.6633431Z   28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:02:42.6633815Z 
2026-06-15T10:02:42.6634015Z If you want to keep it by creating a new branch, this may be a good time
2026-06-15T10:02:42.6634344Z to do so with:
2026-06-15T10:02:42.6634474Z 
2026-06-15T10:02:42.6634593Z  git branch <new-branch-name> 28bcae2
2026-06-15T10:02:42.6634755Z 
2026-06-15T10:02:42.6637713Z HEAD is now at 2c77642 Merge caaf797a83c8148cf7400c2a595969aeca03e80d into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T10:02:42.6642991Z ##[endgroup]
2026-06-15T10:02:42.6675831Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T10:02:42.6698691Z 2c7764209dc8029babab00e627f25a31b32a0332
